home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrmsc9.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  4.4 KB  |  147 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrmsc9.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson mRouter Port (WDM)
  7. ;
  8. ; Copyright (c) 2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.30.0.2700
  25. ;CatalogFile=zebrmdmc.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"zebrmdmc.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. zebrmdmc.sys = 1
  42. zebrcr.sys = 1
  43. zebrvcr.vxd = 1
  44. zebrcm95.sys = 1
  45. zebrcmnt.sys = 1
  46. zebrcomm.vxd = 1
  47. zebrvcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %MCCI%=MCCI
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [MCCI]
  65. %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D030&MI_01&SCE&OS_9X
  66.  
  67. ;-----------------------------------------------------------------------------
  68. ; Installation instructions
  69. ;-----------------------------------------------------------------------------
  70.  
  71. [SEMC.Install]
  72. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  73. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  74. DriverVer=12/07/2005, 4.30.0.2700
  75.  
  76.  
  77. ;-----------------------------------------------------------------------------
  78. ;  Registry
  79. ;-----------------------------------------------------------------------------
  80.  
  81. ; common registry entries 
  82. [SEMC.AddReg]
  83. HKR,,NTMPDriver,,zebrmdmc.sys
  84. HKR,,CRUpperDescription,,%UpperDescription%
  85. HKR,,DisableCommPortRegistration, 0x10001, 01,00,00,00
  86. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  87. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  88.  
  89. ; only for Win95....
  90. [SEMC.W95.AddReg]
  91. HKR,,DevLoader,,*ntkern
  92.  
  93. [SEMC.W95.Addreg.CRGuid]
  94. HKR,,CRGuid,,{AA8C6535-308B-4292-BC33-99F5E488DECE}
  95.  
  96. ;-----------------------------------------------------------------------------
  97. ;  Copy lists
  98. ;-----------------------------------------------------------------------------
  99. [CopyFiles]
  100.  
  101. [CopyFiles.W95]
  102. zebrvcr.vxd
  103. zebrcomm.vxd
  104. zebrvcd.vxd
  105.  
  106. [CopyFiles.sys]
  107. zebrmdmc.sys
  108. zebrcr.sys
  109.  
  110. [CopyFiles.W95.sys]
  111. zebrcm.sys,zebrcm95.sys
  112. zebrcm95.sys
  113. zebrcmnt.sys
  114.  
  115. [Copyfiles.W95.inf]
  116. zebrmdmv.inf
  117.  
  118.  
  119. ;-----------------------------------------------------------------------------
  120. ; STRINGS
  121. ;-----------------------------------------------------------------------------
  122. [Strings]
  123.  
  124. ;BEGIN ENG - US English Strings
  125. Provider = "Sony Ericsson Mobile Communications AB"
  126. MCCI = "Sony Ericsson Mobile Communications AB"
  127. DiskString = "Sony Ericsson mRouter Port Installation Disk"
  128.  
  129. SEMC.Modem.Desc = "Sony Ericsson mRouter Port (WDM)"
  130. UpperDescription = "Sony Ericsson mRouter Port (WDM)"
  131.  
  132. CustomerDataPath = "Sony Ericsson"
  133. DriverSet = "Sony Ericsson Software"
  134. UninstallFile = "ZEBRUninstall.exe"
  135. McciOptions = "Uninstallable"
  136.  
  137.  
  138. ;END ENG - US English Strings
  139.  
  140.  
  141. ;-----------------------------------------------------------------------------
  142. ; The following are symbolic constants which don't change per locale.
  143. ;-----------------------------------------------------------------------------
  144.  
  145.  
  146. ;*** end of file ***
  147.